home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / AOCE Sample Code / Digital Signatures / Digital Signature Demo / ! Building This Demo.note next >
Encoding:
Text File  |  1994-06-23  |  1.9 KB  |  53 lines  |  [TEXT/KAHL]

  1. DigitalSignatureDemo 
  2.  
  3. DigitalSignatureDemo is a sample application that demonstrates
  4. how to use the Digital Signature Manager within a Think Class
  5. Library environment. It may also serve as a model for other
  6. uses of AOCE within class envionments.
  7.  
  8. This demo extends the TCL "Tiny Edit" sample program by adding
  9. sub-classes that override and extend Tiny Edit classes (the
  10. Symantec classes were not modified). This sample requires
  11. Think C 6.0 and the Think Class Library 1.1.3 that was released
  12. with Think C 6.0. It does not require Symantec C++.
  13.  
  14. Note: in order to compile this sample, you must include files from
  15. the "Tiny Edit" sample application that was distributed with
  16. Symantec C 6.0. This sample does not modify the Think "Tiny Edit"
  17. sample.
  18.  
  19. To build this demo, you will have to do the following:
  20.  
  21. 1. Make an alias to the Tiny Edit folder and store it in the
  22.    "Aliases" folder inside the "Symantec C++ for Macintosh" folder.
  23.    (This is unfortunate, but is needed in order to access the
  24.    "Tiny Edit" classes.)
  25. 2. The application needs the following classes from the Tiny Edit
  26.    folder. If they are not found when you build the application,
  27.    you may have to remove and re-add them.
  28.    • CEditApp.cp
  29.    • CEditDoc.cp
  30.    • CEditPane.cp
  31. 3. Build the application.
  32.  
  33. The application resources are stored in two files:
  34.  
  35. • "Some TinyEdit Resources.rsrc" - these are resources from
  36.   "Tiny Edit Resources.rsrc" that are used in this application
  37.   without change.
  38. • "DigitalSignature Resources.rsrc" - these are resources that
  39.   are unique to this application.
  40.  
  41. Bugs:
  42. • For some reason, the IconPane will not load the Digital Signature
  43.   Icon family (it wants 'cicn' resources). Instead of the defined
  44.   resource, I'm using an undocumented -16702 'cicn' resource.
  45.  
  46. Version Info:
  47.     2/25/93 - updated for AOCE Beta Release
  48.     5/25/93 - first pass for AOCE Beta 3 Release
  49.     6/11/93 - conversion to Think 6.0 and Beta 3.
  50.  
  51. Compilation Environment:
  52.     THINK C 6.0, Think Class Library 1.1.3.
  53.